home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / bbsutil / clbkv372.zip / 1.SWI next >
Text File  |  1994-02-03  |  4KB  |  102 lines

  1. ;                       SWI file for MYCALBK Version 3.xx
  2. ;       Any line with a ; are considered comments
  3. ;       All switches MUST be on a line by themselves with NO ; on the line!
  4. ;       Removal of all ; lines will speed up loading process
  5. ;       Any blank line MUST be a ;!
  6. ;       Here we go!
  7. ;       ==========================================================
  8. ;       Use this switch for extended logging in your .LOG file.
  9. ;       once you have the system up and running, you will probably
  10. ;       want to comment this out to save some HD space in your .LOG
  11. ;       file.
  12. ;DEBUG
  13. ;      Use one of these (not both!) to force the use or non use of your
  14. ;      FOSSIL driver.
  15. ;      This is more a lessa kludge, but some folks requested it, so...
  16. ;      Not needed if your RBBS is passing the FOSSIL info correctly!
  17. ;FOSSIL=OFF
  18. ;FOSSIL=ON
  19. ;       This is used in case MYCALBK just DOESN'T seem to want
  20. ;       to talk to your modem!  Use ONLY if you are NOT using a FOSSIL!
  21. ;USE_ALTERNATE_PORT_PARMS
  22. ;       Use this if MYCALBK seems to have trouble dialing out during a
  23. ;       busy time of day
  24. BUSY
  25. ;       Number of retries to re-dial on NO CARRIER or BUSY for a
  26. ;       LOCAL call!
  27. LOCAL_RETRIES=7
  28. ;       Number of retries to re-dial on NO CARRIER or BUSY
  29. ;       on a LONG DISTANCE call!
  30. LONG_DISTANCE_RETRIES=3
  31. ;       When it has been determined that this user is calling from a
  32. ;       duplicate number, use this to just hang up on them!
  33. DUMP
  34. ;       If you do not need to dial a 1 in your areacode, use this!
  35. ;NO-1
  36. ;       I know, I know, but some folks still have pulse dialing in thier
  37. ;       area!
  38. ;PULSE
  39. ;       This is if you are REALLY in a wierd phone area and you HAVE to
  40. ;       dial your areacode to dial Long Distance
  41. ;NEED-AC
  42. ;       Sets how long between calls MYCALBK will re-dial
  43. ;       Set this to 1 or 2 and use the BUSY switch on a busy system!
  44. REDIALTIME=5
  45. ;       Used if you want to call back with your calling card
  46. ;       Replace the #'s with your card number.
  47. ;PREFIX=###-#######-###
  48. ;       Same as above but allows it at the end of the number
  49. ;SUFFIX=###-#######
  50. ;       Number of seconds to wait after hanging up on caller to start
  51. ;       dialing back
  52. WAIT=7
  53. ;       Sometimes HST's are REAL stubborn!
  54. ;HST
  55. ;       If you want to print out what happens during a callback session.
  56. ;       Can be network printer, doesn't matter!
  57. ;LPT=
  58. ;       If you are running COM3 on IRQ 5 or any other intterrupt OTHER
  59. ;       than "the standard" COM1,COM3 COM2,COM4 setup, put the IRQ here!
  60. ;IRQ=3
  61. ;       ==========================================================
  62. ;       The following switches are so you can control passage or
  63. ;       failures depending on the situation.
  64. ;
  65. ;       -1 means failed to verify.
  66. ;        0 means ignore.
  67. ;        1 means pass verification.
  68. ;
  69. ;       If you are not calling thier areacode, consider it failed.
  70. Bad.Ac=-1
  71. ;       The number they entered was already verified.
  72. Verified.Number=-1
  73. ;       Didn't answer the phone.
  74. No.Answer=-1
  75. ;       They dropped carrier.
  76. Hang.Up=-1
  77. ;       They aborted the callback.
  78. Aborted=-1
  79. ;       Not the specified time to call them back long distance.
  80. Not.Time=-1
  81. ;       They entered 911, 976, 900 or 555!
  82. Entered.911=-1
  83. ;       How long they can sit without pressing a key in seconds
  84. Inactivity.Timeout=120
  85. ;       If they fall asleep, pass or fail (Default = Fail)
  86. Fell.Asleep=-1
  87. ;
  88. ; Please refer to the DOCS for YOUR BBS type!
  89. ;
  90. BBS.Type=1
  91. ;
  92. ;User.Info.Path=\wcwork\node1\
  93. ;
  94. ;Pass.Name=Verified
  95. ;
  96. ;LD.Pass.Name=LDVerified
  97. ;
  98. ;Fail.Name=unverified
  99. ;
  100. ;LD.Fail.Name=LDUnVerified
  101. ;
  102.